Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / JManager Functions
Utility Functions /


JMURLToFSS

Converts a Uniform Resource Locator (URL) into a Mac OS file system specification record (FSSpec).

OSStatus JMURLToFSS(JMSessionRef session, 
const char* urlString, 
FSSpec* spec);
session
The current session.
urlString
The URL string to be converted.
spec
A pointer to a file system specification record. Upon return spec points to the converted URL.
function result
A result code. See "JManager Result Codes" (page 69) for a list of result codes that JManager may return in this field.
DISCUSSION
The URL string must follow the format file:///disk/dir1/.../dirN/file. Other formats cause the function to return the result code paramErr..

SEE ALSO
The JMFSSToURL function (page 56).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help